Skip to content

fix(udf): handle Integer.MIN_VALUE in Substr function#759

Open
SYaoJun wants to merge 1 commit intoapache:masterfrom
SYaoJun:0303_min
Open

fix(udf): handle Integer.MIN_VALUE in Substr function#759
SYaoJun wants to merge 1 commit intoapache:masterfrom
SYaoJun:0303_min

Conversation

@SYaoJun
Copy link
Contributor

@SYaoJun SYaoJun commented Mar 3, 2026

What changes were proposed in this pull request?

fix: #758

How was this PR tested?

  • Tests have Added for the changes
  • Production environment verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Math.abs(Integer.MIN_VALUE) will overflow and return a negative value

1 participant